home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / T / Terminal 1.7.cpt / Terminal scripts / Hangup +++.s next >
Text File  |  1989-11-06  |  166b  |  13 lines

  1. /*
  2.     Terminal 1.7
  3.     "Hangup +++.s"
  4. */
  5.  
  6. main()
  7. {
  8.     type("+++");        /* Go into command mode */
  9.     pause(120);            /* Wait 2 seconds */
  10.     type("ATH\r");        /* Hang up */
  11.     beep();
  12. }
  13.